home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / cphoto2.dxr / 00007_PLAY_OFF.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  239 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("switch")
  3.   set the memberNum of sprite 2 to 16
  4.   set the puppet of sprite 4 to 0
  5.   set the memberNum of sprite 11 to 11
  6.   set ret to button1("PLAY_OFF", "PLAY_ON")
  7.   if ret = 1 then
  8.   end if
  9.   updateStage()
  10. end
  11.